You are here: Appendix C: VBScript reference > The Meridian Enterprise events > ObjectsPage_IsVisible event

ObjectsPage_IsVisible event

Occurs before the Objects HTML page is shown in the Meridian Web Client.

Syntax

ObjectsPage_IsVisible As Boolean

Remarks

The Objects HTML page is an alternative implementation of the default Objects page that is shown in the Meridian Enterprise PowerUser. The HTML page has equivalent functionality that is not available in the default page shown by the AssetManagementTags extension in the Meridian Web Client. The HTML page is only for use in the Meridian Web Client and the AssetManagementTags extension should not be assigned to any document types.

Return False (default) to hide the property page.

Example

Function ObjectsPage_IsVisible()
  ObjectsPage_IsVisible = True
End Function

Related tasks

Creating the Web Access pages

Configuring property page display in the Meridian Web Client


www.bluecieloecm.com